* lisp/emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 21 Jan 2014 13:09:55 +0000 (08:09 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 21 Jan 2014 13:09:55 +0000 (08:09 -0500)
commit762f4fe5439714dca1dce3e26c80c94620d52046
tree185b7feb28067f0ab983b031d9ad89a871215cc8
parent914964f9842467877bcccd7b12bae7d2cd959334
* lisp/emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
(eldoc--message-command-p): New function.
(eldoc-display-message-p): Use it.
(eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
message is not automatically erased for us.
(eldoc-print-current-symbol-info): Erase previous message, if any.
lisp/ChangeLog
lisp/emacs-lisp/eldoc.el